home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
InfoMagic Internet Tools 1993 July
/
Internet Tools.iso
/
RockRidge
/
info-service
/
www
/
src
/
WWW
/
Library
/
Implementation
/
HTInit.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1993-06-09
|
421 b
|
19 lines
/* */
/* Initialisation module HTInit.h
**
** This module resisters all the plug&play software modules which
** will be used in the program. This is for a browser.
**
** To override this, just copy it and link in your version
** befoe you link with the library.
*/
#include "HTUtils.h"
extern void HTFormatInit NOPARAMS;
extern void HTFileInit NOPARAMS;
/*
*/